3.62 \(\int \frac{\cos (\sqrt [6]{x})}{x^{5/6}} \, dx\)

Optimal. Leaf size=8 \[ 6 \sin \left (\sqrt [6]{x}\right ) \]

[Out]

6*Sin[x^(1/6)]

________________________________________________________________________________________

Rubi [A]  time = 0.0097518, antiderivative size = 8, normalized size of antiderivative = 1., number of steps used = 2, number of rules used = 2, integrand size = 12, \(\frac{\text{number of rules}}{\text{integrand size}}\) = 0.167, Rules used = {3380, 2637} \[ 6 \sin \left (\sqrt [6]{x}\right ) \]

Antiderivative was successfully verified.

[In]

Int[Cos[x^(1/6)]/x^(5/6),x]

[Out]

6*Sin[x^(1/6)]

Rule 3380

Int[((a_.) + Cos[(c_.) + (d_.)*(x_)^(n_)]*(b_.))^(p_.)*(x_)^(m_.), x_Symbol] :> Dist[1/n, Subst[Int[x^(Simplif
y[(m + 1)/n] - 1)*(a + b*Cos[c + d*x])^p, x], x, x^n], x] /; FreeQ[{a, b, c, d, m, n, p}, x] && IntegerQ[Simpl
ify[(m + 1)/n]] && (EqQ[p, 1] || EqQ[m, n - 1] || (IntegerQ[p] && GtQ[Simplify[(m + 1)/n], 0]))

Rule 2637

Int[sin[Pi/2 + (c_.) + (d_.)*(x_)], x_Symbol] :> Simp[Sin[c + d*x]/d, x] /; FreeQ[{c, d}, x]

Rubi steps

\begin{align*} \int \frac{\cos \left (\sqrt [6]{x}\right )}{x^{5/6}} \, dx &=6 \operatorname{Subst}\left (\int \cos (x) \, dx,x,\sqrt [6]{x}\right )\\ &=6 \sin \left (\sqrt [6]{x}\right )\\ \end{align*}

Mathematica [A]  time = 0.0022308, size = 8, normalized size = 1. \[ 6 \sin \left (\sqrt [6]{x}\right ) \]

Antiderivative was successfully verified.

[In]

Integrate[Cos[x^(1/6)]/x^(5/6),x]

[Out]

6*Sin[x^(1/6)]

________________________________________________________________________________________

Maple [A]  time = 0.023, size = 7, normalized size = 0.9 \begin{align*} 6\,\sin \left ( \sqrt [6]{x} \right ) \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(cos(x^(1/6))/x^(5/6),x)

[Out]

6*sin(x^(1/6))

________________________________________________________________________________________

Maxima [A]  time = 1.74407, size = 8, normalized size = 1. \begin{align*} 6 \, \sin \left (x^{\frac{1}{6}}\right ) \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(cos(x^(1/6))/x^(5/6),x, algorithm="maxima")

[Out]

6*sin(x^(1/6))

________________________________________________________________________________________

Fricas [A]  time = 1.8284, size = 22, normalized size = 2.75 \begin{align*} 6 \, \sin \left (x^{\frac{1}{6}}\right ) \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(cos(x^(1/6))/x^(5/6),x, algorithm="fricas")

[Out]

6*sin(x^(1/6))

________________________________________________________________________________________

Sympy [F(-1)]  time = 0., size = 0, normalized size = 0. \begin{align*} \text{Timed out} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(cos(x**(1/6))/x**(5/6),x)

[Out]

Timed out

________________________________________________________________________________________

Giac [A]  time = 1.14654, size = 8, normalized size = 1. \begin{align*} 6 \, \sin \left (x^{\frac{1}{6}}\right ) \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(cos(x^(1/6))/x^(5/6),x, algorithm="giac")

[Out]

6*sin(x^(1/6))